go in widget
Type
command
Summary
Navigates forward or backward in a widget.
Syntax
go { forward | forth | back[ward] } in <widget>
Description
Use the go in widget command to navigate within a widget. LiveCode sends a "OnGoBack" or "OnGoForward" message to the widget, which can then handle those messages to provide back / forward navigation.
Parameters
Name | Type | Description |
---|---|---|
widget | A widget reference. |
Examples
// Navigate to previous page in browser widget.
go back in widget "myBrowser"
// Return after previous call to "go back"
go forward in widget "myBrowser"
Related
object: widget
Compatibility and Support
Introduced
LiveCode 8.0
OS
mac
windows
linux
ios
android
Platforms
desktop
mobile